Skip to content

Instantly share code, notes, and snippets.

@Farenheith
Last active January 2, 2020 19:13
Show Gist options
  • Save Farenheith/3f284dcab5a48d4ac83e4b9a8c4cffa0 to your computer and use it in GitHub Desktop.
Save Farenheith/3f284dcab5a48d4ac83e4b9a8c4cffa0 to your computer and use it in GitHub Desktop.
A simple example for .editorconfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{ts,js,json}]
indent_style = tab
trim_trailing_whitespace = true
tab_width = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment