Skip to content

Instantly share code, notes, and snippets.

@suenot
Created March 8, 2023 14:39
Show Gist options
  • Save suenot/ed04b7ae064c0c5375a592d0e3981f90 to your computer and use it in GitHub Desktop.
Save suenot/ed04b7ae064c0c5375a592d0e3981f90 to your computer and use it in GitHub Desktop.
My editorconfig
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.py]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment