Skip to content

Commit c0f3ace

Browse files
.editorconfig: Add astro/js formatting support
Co-authored-by: Lasse Rosenow <[email protected]>
1 parent fcd17c1 commit c0f3ace

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ indent_size = 2
1414
tab_size = 2
1515
trim_trailing_whitespace = true
1616
insert_final_newline = true
17+
18+
[*{.astro, .js, .ts, .mjs, .json}]
19+
indent_style = space
20+
indent_size = 2
21+
trim_trailing_whitespace = true
22+
insert_final_newline = true

0 commit comments

Comments
 (0)