1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2025-01-31 12:01:39 +01:00

Add .editorconfig for consistent whitespace

This commit is contained in:
Franklin 2020-03-13 17:21:42 +01:00 committed by GitHub
parent 015c72292f
commit b98d3f7be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.json]
insert_final_newline = false