Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/.editorconfig')
| -rw-r--r-- | laravel/.editorconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/laravel/.editorconfig b/laravel/.editorconfig new file mode 100644 index 0000000..6f313c6 --- /dev/null +++ b/laravel/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.yml] +indent_size = 2 |