Skip to content

Commit 15542d3

Browse files
authored
Merge pull request #362 from rackerlabs/chore-add-editorconfig
chore(pipeline): add .editorconfig
2 parents d4a90a1 + 30f03da commit 15542d3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
# (defaults) applies to all files
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
indent_size = 2
9+
indent_style = space
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+
# JavaScript Overrides
14+
[*.{js,mjs}]
15+
indent_size = 4
16+
17+
# TypeScript Overrides
18+
[*.{ts}]
19+
indent_size = 4

0 commit comments

Comments
 (0)