Skip to content

Commit 649cd2c

Browse files
authored
Merge pull request #2 from Birditch/chore/editorconfig
chore: add .editorconfig
2 parents 03be035 + 847bfad commit 649cd2c

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.editorconfig

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
; Top-most EditorConfig file for NetMedic.
2+
; https://editorconfig.org
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
indent_style = space
12+
indent_size = 4
13+
14+
[*.{md,markdown}]
15+
trim_trailing_whitespace = false
16+
17+
[*.{yml,yaml,json,toml}]
18+
indent_size = 2
19+
20+
[*.{ps1,psm1}]
21+
end_of_line = crlf
22+
23+
[Makefile]
24+
indent_style = tab
25+
26+
[*.rb]
27+
indent_size = 2

0 commit comments

Comments
 (0)