2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00

Merge pull request #141 from bolatovumar/add-editorconfig

Add .editorconfig file to enforce editor rules
This commit is contained in:
Andreas M. Antonopoulos 2020-02-12 11:02:58 -06:00 committed by GitHub
commit eb07540d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true