@@ -0,0 +1,12 @@
+# Configurations to normalize the IDE behavior.
+# http://editorconfig.org/
+
+root = true
+[*]
+indent_style = tab
+tab_width = 4
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+/* eslint-env node */
+'use strict';
+module.exports = {
+ extends: 'ckeditor5'
+};
@@ -0,0 +1,18 @@
+* text=auto
+*.htaccess eol=lf
+*.cgi eol=lf
+*.sh eol=lf
+*.css text
+*.htm text
+*.html text
+*.js text
+*.json text
+*.php text
+*.txt text
+*.md text
+*.png -text
+*.gif -text
+*.jpg -text
@@ -0,0 +1,9 @@
+### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention))
+Type: Message. Closes #000.
+---
+### Additional information
+*For example – encountered issues, assumptions you had to make, other affected tickets, etc.*
@@ -0,0 +1 @@
+node_modules/