Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2020-07-01 14:26:35 +0300
committerGitHub <noreply@github.com>2020-07-01 14:26:35 +0300
commit0996a7b646bab0c38911510d33620fbc28c7de57 (patch)
treef72c24c5d1210472032694a6fc5c7b0892e33a5d /.editorconfig
parentb0563f986ed744a97c08ab991710bc6221f6fc3e (diff)
Create .editorconfig
Add a config with recommended defaults
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..23dbfca
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# Editor configuration, see https://editorconfig.org
+
+root = true
+
+# All files
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true