Created
October 22, 2025 20:25
-
-
Save WhatIsHeDoing/742442c41c226dbc10e62113f88c8c68 to your computer and use it in GitHub Desktop.
My base EditorConfig settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # EditorConfig is awesome: http://EditorConfig.org | |
| # This is the top-most EditorConfig file. | |
| root = true | |
| # All files. | |
| [*] | |
| charset = utf-8 | |
| end_of_line = lf | |
| indent_style = space | |
| indent_size = 4 | |
| insert_final_newline = true | |
| trim_trailing_whitespace = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment