Skip to content

Instantly share code, notes, and snippets.

@shannonmoeller
Created August 21, 2019 15:52
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 shannonmoeller/427ec69644b3f93f2d6fa4f8365f2467 to your computer and use it in GitHub Desktop.
Save shannonmoeller/427ec69644b3f93f2d6fa4f8365f2467 to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.json]
indent_size = 2
indent_style = space
[*.md]
indent_style = space
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment