Created
July 9, 2020 16:36
-
-
Save lfbn/e3e1821be91130790a350900843e288e to your computer and use it in GitHub Desktop.
[EditorConfig] https://editorconfig.org/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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