* Updated .editorconfig file to match indent styling for GitHub MD files and Nginx Conf files.

* Removed final newline from LICENSE.

* Restored indents to tabs in Nginx Conf files.
This commit is contained in:
Bobby Wibowo 2018-03-18 20:41:09 +07:00
parent 070f4bdafd
commit 34a08f036f
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
4 changed files with 59 additions and 54 deletions

View File

@ -7,7 +7,12 @@ trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = false
[*.conf]
indent_size = 4
[LICENSE]
insert_final_newline = false