Created
March 17, 2023 22:22
-
-
Save tjunghans/2a864bdf682e9e60c4423627add531d2 to your computer and use it in GitHub Desktop.
.editorconfig
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: https://editorconfig.org/ | |
root = true | |
[*] | |
charset = utf-8 | |
indent_style = space | |
end_of_line = lf | |
indent_size = 2 | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
[Makefile] | |
indent_style = tab | |
indent_size = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment