Skip to content

Commit

Permalink
style: editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed Oct 23, 2023
1 parent 7fb4f6e commit 3e7fde4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
root = true


[*]
indent_style = space
indent_size = 4

[*.{ts,js}]
ij_typescript_spaces_within_imports = true
ij_javascript_spaces_within_imports = true

ij_typescript_spaces_within_brackets = true
ij_javascript_spaces_within_brackets = true

ij_typescript_spaces_within_object_literal_braces = true
ij_javascript_spaces_within_object_literal_braces = true

ij_typescript_force_semicolon_style = false
ij_javascript_force_semicolon_style = false

[*.{html,svelte,css}]
indent_size = 2

[*.{html,svelte}]
ij_html_space_inside_empty_tag = true

0 comments on commit 3e7fde4

Please sign in to comment.