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