Skip to content

Commit 2981faa

Browse files
committed
chore: add editorconfig
- editorconfig is de facto a standard to define consistent style across various file formats and developers Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
1 parent 3bb8551 commit 2981faa

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
charset = utf-8
10+
indent_style = tab
11+
12+
[*.{json,yml,yaml,proto}]
13+
indent_style = space
14+
indent_size = 2
15+
16+
[{*.md,LICENSE}]
17+
indent_style = unset
18+
indent_size = unset
19+
generated_code = true
20+

0 commit comments

Comments
 (0)