Created
April 23, 2020 10:52
-
-
Save JParkinson1991/30a59bc5d7d55ba514d4d90cafe0be59 to your computer and use it in GitHub Desktop.
Base File: .editorconfig
This file contains hidden or 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 is the top-most .editorconfig file; do not search in parent directories. | |
root = true | |
# Default configuration | |
[*] | |
end_of_line = LF | |
indent_style = space | |
indent_size = 4 | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment