nextcloud-tasks/.editorconfig

20 lines
370 B
INI
Raw Permalink Normal View History

2015-07-13 12:57:50 +02:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Set default charset and indentation
2018-08-19 22:18:53 +02:00
[*.{php,js,scss,vue}]
2015-07-13 12:57:50 +02:00
charset = utf-8
indent_style = tab
2016-02-28 20:18:40 +01:00
tab_width = 4
indent_size = 4
2015-07-13 12:57:50 +02:00
# Indentation override for PHP templates
[templates/**.php]
indent_style = space
indent_size = 4