Created
August 22, 2023 06:45
-
-
Save tuhin47/31fc9a16003ef5a97788320ceb0b86c5 to your computer and use it in GitHub Desktop.
Editor Config 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
# Editor configuration, see https://editorconfig.org | |
root = true | |
[*] | |
charset = utf-8 | |
indent_style = space | |
indent_size = 4 | |
insert_final_newline = false | |
ij_typescript_keep_indents_on_empty_lines = false | |
trim_trailing_whitespace = true | |
[*.ts] | |
ij_typescript_force_quote_style = true | |
ij_typescript_use_double_quotes = false | |
quote_type = single | |
[*.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