1
0
mirror of synced 2025-11-08 12:57:47 +00:00

chore(editorconfig): add .editorconfig (#131)

Closes #128
This commit is contained in:
John Slemmer
2018-11-27 17:42:35 -08:00
committed by Jason Dreyzehner
parent 56cf111c16
commit 728ae3f879
8 changed files with 55 additions and 12 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false