diff options
Diffstat (limited to 'services/nuldoc/.editorconfig')
| -rw-r--r-- | services/nuldoc/.editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/services/nuldoc/.editorconfig b/services/nuldoc/.editorconfig new file mode 100644 index 0000000..a036f90 --- /dev/null +++ b/services/nuldoc/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true + +[*.dj] +indent_style = space +indent_size = 2 |
