]> source.dussan.org Git - jquery-ui.git/commitdiff
Update .editorconfig with new properties 721/head
authorSindre Sorhus <sindresorhus@gmail.com>
Tue, 28 Aug 2012 23:25:20 +0000 (01:25 +0200)
committerSindre Sorhus <sindresorhus@gmail.com>
Wed, 29 Aug 2012 18:58:05 +0000 (20:58 +0200)
.editorconfig

index 7dd83491ed4cd2b95851559017f681e344e09efe..c94db9a8efc2c952f229b72a9c84b81848645cbd 100644 (file)
@@ -1,13 +1,11 @@
-; This file is for unifying the coding style for different editors and IDEs.
-; More information at http://EditorConfig.org
+# This file is for unifying the coding style for different editors and IDEs
+# editorconfig.org
 
 root = true
 
-[grunt.js]
-indent_style = tab
-
-[ui/**.js]
-indent_style = tab
-
-[tests/unit/**.js]
+[*]
 indent_style = tab
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true