1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-16 13:09:12 +01:00

Clean up meta.

This commit is contained in:
XhmikosR 2019-01-13 18:43:15 +02:00
parent 00b0408357
commit b9a05418f0
3 changed files with 24 additions and 25 deletions

View File

@ -3,13 +3,9 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
end_of_line = lf
indent_size = 2
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

5
.gitattributes vendored
View File

@ -3,6 +3,9 @@
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.less text eol=lf
*.map text eol=lf
*.md text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.yml text eol=lf

32
.gitignore vendored
View File

@ -1,42 +1,42 @@
# Ignore docs files
_gh_pages
_site
.ruby-version
/_gh_pages/
/site/docs/**/dist/
# Ignore ruby/bundler files
/.bundle/
/vendor/
/.ruby-version
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.orig
*.rej
*.swo
*.swp
*.zip
*.vi
*.zip
*~
# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea
nbproject
Thumbs.db
# Komodo
*.komodoproject
.komodotools
# grunt-html-validation
validation-status.json
validation-report.json
*.komodoproject
# Folders to ignore
node_modules
bower_components
/js/coverage/
/node_modules/