Created
April 3, 2021 03:10
-
-
Save knxroot/567698721e26c1c37adbbd78b36b79ef to your computer and use it in GitHub Desktop.
Default
This file contains 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 default | |
root = true | |
[*] | |
indent_style = space | |
end_of_line = lf | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true | |
max_line_length = 80 | |
indent_size = 4 | |
[*.md] | |
trim_trailing_whitespace = false | |
[*.{yml,yaml}] | |
indent_style = space | |
indent_size = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment