Skip to content

Instantly share code, notes, and snippets.

@madapaja
Created October 3, 2018 07:35
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 madapaja/ea697d4eeac9334849e2b75e2b45220a to your computer and use it in GitHub Desktop.
Save madapaja/ea697d4eeac9334849e2b75e2b45220a to your computer and use it in GitHub Desktop.
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.{py,php}]
indent_size = 4
[Makefile]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment