Created
September 7, 2022 03:06
-
-
Save irvingvjuarez/95fb178db8f879e0d1b33d3d4d06e5fc to your computer and use it in GitHub Desktop.
Editor configuration for my personal projects
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
# Editor configuration | |
root = true | |
[*] | |
charset = utf-8 | |
indent_style = tab | |
indent_size = 2 | |
insert_final_newline = false | |
trim_trailing_whitespace = true | |
[*.js] | |
quote_type = double | |
[*.md] | |
max_line_length = off | |
trim_trailing_whitespace = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment