Skip to content

Instantly share code, notes, and snippets.

@lfbn
Created July 9, 2020 16:36
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 lfbn/e3e1821be91130790a350900843e288e to your computer and use it in GitHub Desktop.
Save lfbn/e3e1821be91130790a350900843e288e to your computer and use it in GitHub Desktop.
[EditorConfig] https://editorconfig.org/
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
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