mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
Updates
* 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:
parent
070f4bdafd
commit
34a08f036f
@ -7,7 +7,12 @@ trim_trailing_whitespace = true
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.conf]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[LICENSE]
|
[LICENSE]
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
Loading…
Reference in New Issue
Block a user