Skip to content

Instantly share code, notes, and snippets.

@petk
Last active October 19, 2019 20:28
Show Gist options
  • Save petk/ecb6bf0ad41ee2d5b46830913fce9f09 to your computer and use it in GitHub Desktop.
Save petk/ecb6bf0ad41ee2d5b46830913fce9f09 to your computer and use it in GitHub Desktop.
EditorConfig template
# https://editorconfig.org/
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
end_of_line = lf
indent_size = 4
tab_width = 4
charset = utf-8
[*.{md,sh,yaml,yml}]
indent_size = 2
[Makefile]
indent_style = tab
[*.patch]
trim_trailing_whitespace = false
[COMMIT_EDITMSG]
max_line_length = 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment