projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[TASK] Test fully built css in bamboo
[Packages/TYPO3.CMS.git]
/
.editorconfig
1
# EditorConfig is awesome: http://EditorConfig.org
2
3
# top-most EditorConfig file
4
root = true
5
6
# Unix-style newlines with a newline ending every file
7
[*]
8
charset = utf-8
9
end_of_line = lf
10
insert_final_newline = true
11
trim_trailing_whitespace = true
12
13
# CSS-Files
14
[*.css]
15
indent_style = tab
16
indent_size = 4
17
18
# HTML-Files
19
[*.html]
20
indent_style = tab
21
indent_size = 2
22
23
# TMPL-Files
24
[*.tmpl]
25
indent_style = tab
26
indent_size = 4
27
28
# SCSS-Files
29
[*.scss]
30
indent_style = space
31
indent_size = 4
32
33
# JS-Files
34
[*.js]
35
indent_style = space
36
indent_size = 2
37
38
# JSON-Files
39
[*.json]
40
indent_style = tab
41
indent_size = 4
42
43
# PHP-Files
44
[*.php]
45
indent_style = space
46
indent_size = 4
47
48
# ReST-Files
49
[*.rst]
50
indent_style = space
51
indent_size = 3
52
53
# MD-Files
54
[*.md]
55
indent_style = space
56
indent_size = 4
57
58
# YAML-Files
59
[{*.yaml,*.yml}]
60
indent_style = space
61
indent_size = 2
62
63
# package.json
64
# .travis.yml
65
# bower.json
66
[{package.json,.travis.yml,bower.json}]
67
indent_style = space
68
indent_size = 2
69
70
# TypoScript
71
[*.ts]
72
indent_style = space
73
indent_size = 2
74
[*.typoscript]
75
indent_style = space
76
indent_size = 2
77
[*.tsconfig]
78
indent_style = space
79
indent_size = 2
80
81
# XLF-Files
82
[*.xlf]
83
indent_style = tab
84
indent_size = 4
85
86
# SQL-Files
87
[*.sql]
88
indent_style = tab
89
indent_size = 2