Skip to content

Instantly share code, notes, and snippets.

@DefectingCat
Created December 26, 2023 03:42
Show Gist options
  • Save DefectingCat/33d1bccadf625f5c944e5d673e0edd2f to your computer and use it in GitHub Desktop.
Save DefectingCat/33d1bccadf625f5c944e5d673e0edd2f to your computer and use it in GitHub Desktop.
Common editorconfig
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment