diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e26ca0f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.{bat,cmd}] +end_of_line = crlf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..74be24f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Default line ending +* text=auto eol=lf + +# Windows files +*.bat text eol=crlf diff --git a/client/index.html b/client/index.html index 3562b35..6eec057 100644 --- a/client/index.html +++ b/client/index.html @@ -8,28 +8,41 @@ content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> - - - - -