tangled
alpha
login
or
join now
arthr.me
/
www
0
fork
atom
this repo has no description
arthr.me
0
fork
atom
overview
issues
pulls
pipelines
removes trailing space cleanup on md files
Arthur Freitas
6 months ago
fc3e5d92
78f9af25
+5
-3
1 changed file
expand all
collapse all
unified
split
.editorconfig
+5
-3
.editorconfig
···
1
1
-
# EditorConfig is awesome!
2
2
-
# https://EditorConfig.org
3
3
-
4
1
# top-most EditorConfig file
5
2
root = true
6
3
···
10
7
insert_final_newline = true
11
8
indent_style = space
12
9
indent_size = 2
10
10
+
max_line_length = 80
11
11
+
trim_trailing_whitespace = true
12
12
+
13
13
+
[*.md]
14
14
+
trim_trailing_whitespace = false