Created
December 17, 2022 13:01
-
-
Save JonathonRichardson/96dc836795c243f5adb0f4ce33c069fe to your computer and use it in GitHub Desktop.
My Base .editorconfig File
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
# EditorConfig is awesome: https://EditorConfig.org | |
# See Prettier config for more information on the rationale behind these. If you | |
# change these, you should change .prettierrc.json as well. | |
[*] | |
end_of_line = lf | |
indent_style = space | |
indent_size = 4 | |
insert_final_newline = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment