Last active
January 29, 2025 17:59
-
-
Save mioe/30ee0a0438de37fbe0264e2338411bc8 to your computer and use it in GitHub Desktop.
my editorconfig properties
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
root = true | |
# set default settings | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
insert_final_newline = true | |
indent_style = tab | |
indent_size = 2 | |
trim_trailing_whitespace = true | |
[*.{yml,yaml,prisma,md}] | |
indent_style = space |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment