diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..219d170
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+# Matches multiple files with brace expansion notation
+[*.{js,css,html}]
+charset = utf-8
+indent_style = tab
+indent_size = 4
+trim_trailing_whitespace = true
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..731afcd
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+*.css linguist-detectable=false
+*.html linguist-detectable=false
diff --git a/README.md b/README.md
index 86de70b..2b99c3e 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,6 @@ A collection of brushes for fabric.js (version 4 and up).
- Squares
- Web
-
-
-## [Live Demo](https://av01d.github.io/fabric-brushes/index.html)
-
## Table of contents
- [Demo](#demo)
- [Getting started](#getting-started)
@@ -26,9 +22,7 @@ A collection of brushes for fabric.js (version 4 and up).
- [Real world examples](#real-world-examples)
- [License](#license)
-## Demo
-
-[Live demo](https://av01d.github.io/fabric-brushes/index.html).
+## [Demo](https://av01d.github.io/fabric-brushes/index.html)
[](https://av01d.github.io/fabric-brush)
[](https://av01d.github.io/fabric-brush)