Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a9644a5

Browse files
Simon Marchipaul-marechal
Simon Marchi
authored andcommitted
Add .editorconfig
... copied from the main Theia repo. Signed-off-by: Simon Marchi <[email protected]>
1 parent 239884f commit a9644a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
insert_final_newline = true
5+
end_of_line = lf
6+
indent_style = space
7+
8+
[*.{js,ts,md}]
9+
indent_size = 4
10+
11+
[*.{json,yml}]
12+
indent_size = 2

0 commit comments

Comments
 (0)