-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitattributes
38 lines (34 loc) · 1.26 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
* text=auto whitespace=space-before-tab,indent-with-non-tab,trailing-space,tabwidth=4
*.cs diff=csharp
*.cpp diff=cpp
*.h diff=cpp
*.idh diff=cpp
# Different settings for javascript, typescript, html, tmx, less and css files
*.js whitespace=-indent-with-non-tab,tab-in-indent,trailing-space,tabwidth=2 text
*.ts whitespace=-indent-with-non-tab,tab-in-indent,trailing-space,tabwidth=2 text
*.tsx whitespace=-indent-with-non-tab,tab-in-indent,trailing-space,tabwidth=2 text
*.htm* whitespace=-indent-with-non-tab,tab-in-indent,trailing-space,tabwidth=2 text
*.tmx whitespace=-indent-with-non-tab,tab-in-indent,trailing-space,tabwidth=2 text
*.css -whitespace text
*.less -whitespace text
# Don't check (nor fix) whitespace for generated files
*.csproj -whitespace
*.resx -whitespace
*.Designer.cs -whitespace
*.vdproj -whitespace
*.config -whitespace
*.settings -whitespace
*.ReSharper -whitespace
*.vcxproj -whitespace
*.vcxproj.filters -whitespace
*.patch -whitespace
*.svg -whitespace
*.xml -whitespace
*.bmml -whitespace
*.DotSettings -whitespace
*.mdpolicy -whitespace
*.proj -whitespace
# These files are mainly imported from other projects, better not to enforce our system
*.d.ts -whitespace
src/BloomBrowserUI/compilerconfig.json -whitespace
changelog -whitespace