mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Sorted various lines using atom/sort-lines
This commit is contained in:
parent
8a6a253355
commit
aa8269cfb6
2 changed files with 13 additions and 13 deletions
|
@ -3,12 +3,12 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
end_of_line = lf
|
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
end_of_line = lf
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -6,37 +6,37 @@ _site
|
||||||
# Numerous always-ignore extensions
|
# Numerous always-ignore extensions
|
||||||
*.diff
|
*.diff
|
||||||
*.err
|
*.err
|
||||||
*.orig
|
|
||||||
*.log
|
*.log
|
||||||
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
*.swo
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
*.zip
|
|
||||||
*.vi
|
*.vi
|
||||||
|
*.zip
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# OS or Editor folders
|
# OS or Editor folders
|
||||||
.DS_Store
|
|
||||||
._*
|
._*
|
||||||
Thumbs.db
|
|
||||||
.cache
|
.cache
|
||||||
|
.DS_Store
|
||||||
|
.idea
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
.tmproj
|
.tmproj
|
||||||
*.esproj
|
*.esproj
|
||||||
nbproject
|
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
.idea
|
nbproject
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
# Komodo
|
# Komodo
|
||||||
*.komodoproject
|
|
||||||
.komodotools
|
.komodotools
|
||||||
|
*.komodoproject
|
||||||
|
|
||||||
# grunt-html-validation
|
# grunt-html-validation
|
||||||
validation-status.json
|
|
||||||
validation-report.json
|
validation-report.json
|
||||||
|
validation-status.json
|
||||||
|
|
||||||
# Folders to ignore
|
# Folders to ignore
|
||||||
node_modules
|
|
||||||
bower_components
|
bower_components
|
||||||
|
node_modules
|
||||||
|
|
Loading…
Reference in a new issue