Skip to content

Commit 18659f1

Browse files
committedMar 8, 2021
Add .editorconfig
This might consolidate whitespace usage across the project eventually.
1 parent 7b726f3 commit 18659f1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EditorConfig configuration for BitcoinDesign/Guide
2+
# https://EditorConfig.org
3+
4+
# Top-most EditorConfig file
5+
root = true
6+
7+
# Unix-style newlines with a newline ending every file, utf-8 charset
8+
[*]
9+
end_of_line = lf
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
charset = utf-8
13+
indent_style = space

0 commit comments

Comments
 (0)
Please sign in to comment.