Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Last active January 4, 2021 11:43
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 AllGistsEqual/e0b1f4053459f9f34bd400e0aa2d3558 to your computer and use it in GitHub Desktop.
Save AllGistsEqual/e0b1f4053459f9f34bd400e0aa2d3558 to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 100
trim_trailing_whitespace = true
[*.{json,yml,*rc}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment