From 5f5b33689d9b59d6138a59de76312798f447ec80 Mon Sep 17 00:00:00 2001 From: chee rabbits Date: Fri, 29 Mar 2013 00:44:09 +0100 Subject: [PATCH] boom --- .editorconfig | 21 +++++++++++++++++++++ .gitattributes | 1 + .jshintrc | 22 ++++++++++++++++++++++ index.html | 3 ++- index.kit | 17 +++++++++++++++++ tmpl/head.html | 9 +++++++++ 6 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 .editorconfig create mode 100644 .gitattributes create mode 100644 .jshintrc create mode 100644 index.kit create mode 100644 tmpl/head.html diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..359e78e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +root = true + + +[*] + +# Change these settings to your own preference +indent_style = tab +indent_size = 2 + +# We recommend you to keep these unchanged +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2125666 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto \ No newline at end of file diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..a9332b8 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,22 @@ +{ + "node": true, + "browser": true, + "es5": true, + "esnext": true, + "bitwise": true, + "camelcase": true, + "curly": true, + "eqeqeq": true, + "immed": true, + "indent": 4, + "latedef": true, + "newcap": true, + "noarg": true, + "quotmark": "single", + "regexp": true, + "undef": true, + "unused": true, + "strict": true, + "trailing": true, + "smarttabs": true +} diff --git a/index.html b/index.html index 6e50003..4eacf4d 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + Peaksound @@ -20,5 +20,6 @@

PeakSound

+
diff --git a/index.kit b/index.kit new file mode 100644 index 0000000..34a5330 --- /dev/null +++ b/index.kit @@ -0,0 +1,17 @@ + +
+
+

PeakSound

+ +
+
+ +
+
diff --git a/tmpl/head.html b/tmpl/head.html new file mode 100644 index 0000000..9142bdb --- /dev/null +++ b/tmpl/head.html @@ -0,0 +1,9 @@ + + + +Peaksound + + + + + \ No newline at end of file