Skip to content

Commit b78bd53

Browse files
author
François Prunayre
committed
Add .editorconfig. (geonetwork#1517)
1 parent 520c039 commit b78bd53

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[*]
2+
indent_style = space
3+
indent_size = 2
4+
end_of_line = lf
5+
charset = utf-8
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
9+
[*.java]
10+
indent_size = 4
11+
12+
[*.md]
13+
indent_size = 2
14+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)