Skip to content

Instantly share code, notes, and snippets.

@mioe
Last active May 6, 2023 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mioe/30ee0a0438de37fbe0264e2338411bc8 to your computer and use it in GitHub Desktop.
Save mioe/30ee0a0438de37fbe0264e2338411bc8 to your computer and use it in GitHub Desktop.
my editorconfig properties
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