Skip to content

Instantly share code, notes, and snippets.

@neverovski
Last active October 1, 2021 07:09
Show Gist options
  • Save neverovski/3d5006623b0e034cb1d97db72b61b904 to your computer and use it in GitHub Desktop.
Save neverovski/3d5006623b0e034cb1d97db72b61b904 to your computer and use it in GitHub Desktop.
EditorConfig settings
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
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