Skip to content

Instantly share code, notes, and snippets.

@tuhin47
Created August 22, 2023 06:45
Show Gist options
  • Save tuhin47/31fc9a16003ef5a97788320ceb0b86c5 to your computer and use it in GitHub Desktop.
Save tuhin47/31fc9a16003ef5a97788320ceb0b86c5 to your computer and use it in GitHub Desktop.
Editor Config file
# 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