Created
May 3, 2024 23:19
-
-
Save SpenceDiNicolantonio/a293e0132f10dd089af68933995dd2a1 to your computer and use it in GitHub Desktop.
.editorconfig template #format #template
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
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
indent_style = tab | |
indent_size = 2 | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
[package.json, firebase.json] | |
indent_style = space |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment