question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add editorconfig configuration

See original GitHub issue

This ease collaboration and enforces things like:

  • indentation style
  • strip white space
  • always add an empty line

Example:

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

WDYT?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
Shipowcommented, Oct 2, 2017

tab!

0reactions
vvocommented, Oct 3, 2017

Also: GitHub supports it and respects it in diffs (whatever that means) and their inline editor

Read more comments on GitHub >

github_iconTop Results From Across the Web

EditorConfig
EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.
Read more >
How to import an EditorConfig file into Visual Studio for all ...
Creating an EditorConfig file · From the menu bar, choose Project > Add New Item; or press Ctrl+Shift+A · Select the editorconfig File...
Read more >
EditorConfig | IntelliJ IDEA Documentation - JetBrains
To use EditorConfig, make sure the EditorConfig plugin is enabled in the settings. Press Ctrl+Alt+S to open the IDE settings and select ...
Read more >
Working with EditorConfig in Visual Studio 2019
Open PartsUnlimited.sln from the Start Page. EditorConfig files are just ordinary text files that can be added to the project and managed ...
Read more >
Sharing Code Style Settings with an EditorConfig File
Right-click the solution in Solution Explorer, and click Add > New EditorConfig (COBOL). If you create the file at a project, or a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found