Skip to content

Commit

Permalink
Sorted various lines using atom/sort-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Oct 22, 2014
1 parent 8a6a253 commit aa8269c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_size = 4
18 changes: 9 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@ _site
# 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
*.komodoproject

# grunt-html-validation
validation-status.json
validation-report.json
validation-status.json

# Folders to ignore
node_modules
bower_components
node_modules

0 comments on commit aa8269c

Please sign in to comment.