File tree Expand file tree Collapse file tree 3 files changed +13
-24
lines changed
Expand file tree Collapse file tree 3 files changed +13
-24
lines changed Original file line number Diff line number Diff line change 1- # Editor configuration - http://editorconfig.org
21root = true
32
43[* ]
54charset = utf-8
65end_of_line = lf
6+ max_line_length = 140
77indent_size = 2
88indent_style = space
99insert_final_newline = true
10- max_line_length = 140
1110trim_trailing_whitespace = true
1211
1312[* .md ]
Original file line number Diff line number Diff line change 1- # https://html5boilerplate.com/
2-
3- # # GITATTRIBUTES FOR WEB PROJECTS
4- #
5- # These settings are for any web project.
6- #
7- # Details per file setting:
8- # text These files should be normalized (i.e. convert CRLF to LF).
9- # binary These files are binary and should be left untouched.
10- #
11- # Note that binary is a macro for -text -diff.
12- # #####################################################################
1+ # https://html5boilerplate.com
132
143# # AUTO-DETECT
15- # # Handle line endings automatically for files detected as
16- # # text and leave all files detected as binary untouched.
17- # # This will handle all files NOT defined below.
184* text =auto
195
206# # SOURCE CODE
Original file line number Diff line number Diff line change 1- # --------------------------------------------------------------------------------------------------------------------------------- Git only
2-
31# Compiled output
42/dist
53/documentation
64/out-tsc
75/tmp
86
7+ # Composer
8+ vendor
9+ composer.lock
10+
911# Dependencies
1012/node_modules
13+ package-lock.json
1114
1215# IDEs + Editors
1316* .launch
1417* .sublime-workspace
15- .c9 /
18+ /.idea
19+ .c9
1620.classpath
21+ .history
1722.project
18- .settings /
19- /.idea
23+ .settings
2024
2125# IDE - VSCode
26+ .vscode /*
2227! .vscode /extensions.json
2328! .vscode /launch.json
2429! .vscode /settings.json
2530! .vscode /tasks.json
26- .vscode /*
2731
2832# Misc
2933/.sass-cache
3236/libpeerconnection.log
3337/typings
3438npm-debug.log
39+ php_errorlog
3540testem.log
3641yarn-error.log
3742
@@ -40,4 +45,3 @@ yarn-error.log
4045* desktop.ini
4146.DS_Store
4247Thumbs.db
43-
You can’t perform that action at this time.
0 commit comments