Skip to content

Commit

Permalink
chore: Ignore third party content from EditorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Feb 5, 2019
1 parent 7ecd8a8 commit e4bab44
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ trim_trailing_whitespace = true
[*.{html,css,js}]
indent_style = space
indent_size = 2
block_comment_start = /*
block_comment = *
block_comment_end = */

[*.md]
trim_trailing_whitespace = false
/examples/menubar/menubar-1/images/separator.paint
# Ignore third party content
[{/common/**,/examples/landmarks/js/visua11y.js,/examples/landmarks/css/bootstrap.css,/examples/landmarks/css/bootstrap-accessibility.css}]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

# Ignore minfied files
[*.{min.js,pack.js}]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

0 comments on commit e4bab44

Please sign in to comment.