Add editorconfig configuration
See original GitHub issueThis 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:
- Created 6 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
tab!
Also: GitHub supports it and respects it in diffs (whatever that means) and their inline editor