Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 57ad6f0

Browse files
author
Jamie Snape
committed
Add editorconfig file
See http://editorconfig.org for more information.
1 parent f499855 commit 57ad6f0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.editorconfig

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
indent_size = 4
9+
indent_style = space
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+
[*.markdown]
14+
trim_trailing_whitespace = false
15+
16+
[*.md]
17+
trim_trailing_whitespace = false
18+
19+
[*.yaml]
20+
indent_size = 2
21+
22+
[*.yml]
23+
indent_size = 2

0 commit comments

Comments
 (0)