Skip to content
Snippets Groups Projects
Commit a25358da authored by Frank Nägler's avatar Frank Nägler Committed by Christian Kuhn
Browse files

[TASK] Add css and less files to .editorconfig

Resolves: #63003
Releases: master, 6.2
Change-Id: I80a81e15afc71398d9607848160b8805407172fe
Reviewed-on: http://review.typo3.org/34236


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 5bd65bcc
Branches
Tags
No related merge requests found
......@@ -12,6 +12,16 @@ trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
# CSS-Files
[*.css]
indent_style = tab
indent_size = 4
# LESS-Files
[*.less]
indent_style = tab
indent_size = 4
# JS-Files
[*.js]
indent_style = tab
......@@ -30,4 +40,4 @@ indent_size = 4
# package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
\ No newline at end of file
indent_size = 2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment