Quellcode durchsuchen

Merge pull request #93 from rust-osdev/editorconfig

Editorconfig file.
Philipp Schuster vor 3 Jahren
Ursprung
Commit
aea167241f
2 geänderte Dateien mit 13 neuen und 1 gelöschten Zeilen
  1. 11 0
      .editorconfig
  2. 2 1
      Changelog.md

+ 11 - 0
.editorconfig

@@ -0,0 +1,11 @@
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true

+ 2 - 1
Changelog.md

@@ -1,7 +1,8 @@
 # TODO 0.12.2 / 0.13
 # TODO 0.12.2 / 0.13
 - internal improvements
 - internal improvements
-  - code formatting/style 
+  - code formatting/style
   - sensible style checks as optional CI job
   - sensible style checks as optional CI job
+  - `.editorconfig` file
 
 
 # 0.12.1
 # 0.12.1
 - `TagType`-enum introduced in `v0.11` is now actually public
 - `TagType`-enum introduced in `v0.11` is now actually public