diff options
| author | Mark Otto <[email protected]> | 2013-04-22 22:58:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-22 22:58:33 -0700 |
| commit | 73793637d1df450e9c8d07cf3760ba4eea2314a9 (patch) | |
| tree | f02cba4638c059c5661785ed0775d77254dbc6a0 | |
| parent | e0d60b1325591a347d9e49e44be6d77401b07749 (diff) | |
| parent | 08de4136089af30d99bae14526603ef14fc48040 (diff) | |
| download | bootstrap-73793637d1df450e9c8d07cf3760ba4eea2314a9.tar.xz bootstrap-73793637d1df450e9c8d07cf3760ba4eea2314a9.zip | |
Merge branch 'ntwb-editorconfig' into 3.0.0-wip
| -rw-r--r-- | .editorconfig | 14 | ||||
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | component.json | 2 |
5 files changed, 18 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..ad9d6beae --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[Makefile] +indent_style = tab diff --git a/.travis.yml b/.travis.yml index b8e1f1720..2d26206d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: node_js node_js: - - 0.6
\ No newline at end of file + - 0.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 154fb2c52..f33f97937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -357,4 +357,4 @@ Complete rewrite of the library. For full details, head to the upgrading doc at - Bug fixes ## v1.0.0 -- **Initial release**
\ No newline at end of file +- **Initial release** @@ -173,4 +173,4 @@ incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - END OF TERMS AND CONDITIONS
\ No newline at end of file + END OF TERMS AND CONDITIONS diff --git a/component.json b/component.json index 96617807d..f246145ee 100644 --- a/component.json +++ b/component.json @@ -5,4 +5,4 @@ "dependencies": { "jquery": "~1.8.0" } -}
\ No newline at end of file +} |
