Skip to content

Instantly share code, notes, and snippets.

@juuuuuu
Created September 3, 2018 19:45
Show Gist options
  • Save juuuuuu/5975eb2869a3b7ee7439c97abf8b2240 to your computer and use it in GitHub Desktop.
Save juuuuuu/5975eb2869a3b7ee7439c97abf8b2240 to your computer and use it in GitHub Desktop.
root = true
[*]
end_of_line = LF
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
indent_size = 8
[*.feature]
indent_size = 2
[*.php, *.yml]
indent_size = 4
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment