Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
extensions.typo3.org
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
65
Issues
65
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
t3o
extensions.typo3.org
Commits
d852cf71
Commit
d852cf71
authored
Sep 08, 2017
by
Markus Sommer
Committed by
Thomas Löffler
Sep 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TASK] Use new TYPO3 editor config
parent
7e2abc1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
20 deletions
+22
-20
.editorconfig
.editorconfig
+22
-20
No files found.
.editorconfig
View file @
d852cf71
...
...
@@ -2,44 +2,42 @@
# top-most EditorConfig file
root = true
charset = utf-8
# Get rid of whitespace to avoid diffs with a bunch of EOL changes
trim_trailing_whitespace = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# CSS-Files
[*.css]
indent_style =
tab
indent_style =
space
indent_size = 4
# HTML-Files
[*.html]
indent_style =
tab
indent_size =
2
indent_style =
space
indent_size =
4
# TMPL-Files
[*.tmpl]
indent_style =
tab
indent_style =
space
indent_size = 4
#
LE
SS-Files
[*.
le
ss]
indent_style =
tab
#
SC
SS-Files
[*.
sc
ss]
indent_style =
space
indent_size = 4
# JS-Files
[*.js]
indent_style =
tab
indent_style =
space
indent_size = 4
# JSON-Files
[*.json]
indent_style =
tab
indent_style =
space
indent_size = 4
# PHP-Files
...
...
@@ -62,23 +60,27 @@ indent_size = 4
indent_style = space
indent_size = 2
# package.json or .travis.yml
[{package.json,.travis.yml}]
# package.json
# .travis.yml
# bower.json
[{package.json,.travis.yml,bower.json}]
indent_style = space
indent_size =
2
indent_size =
4
# TypoScript
[*.ts]
indent_style = space
indent_size = 2
indent_size = 4
[*.typoscript]
indent_style = space
indent_size = 4
# XLF-Files
[*.xlf]
indent_style =
tab
indent_style =
space
indent_size = 4
# SQL-Files
[*.sql]
indent_style =
tab
indent_style =
space
indent_size = 2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment