@@ -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-2019, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+ */
+/* 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 @@
+node_modules/