Skip to content

Instantly share code, notes, and snippets.

@mladenilic
Created October 10, 2018 13:47
Show Gist options
  • Save mladenilic/486bf4e0c32705b0577e024322e58290 to your computer and use it in GitHub Desktop.
Save mladenilic/486bf4e0c32705b0577e024322e58290 to your computer and use it in GitHub Desktop.
Sample editorconfig
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment