Skip to content

Instantly share code, notes, and snippets.

@mammothbane
Last active February 10, 2021 18:34
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 mammothbane/24ff5cd0111b687009062df83930c65c to your computer and use it in GitHub Desktop.
Save mammothbane/24ff5cd0111b687009062df83930c65c to your computer and use it in GitHub Desktop.
typical editorconfig
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.nix]
indent_size = 2
[*.{yml,yaml}]
indent_size = 2
[Makefile]
indent_style = tab
[*.{js,ts,jsx,tsx}]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment