Procházet zdrojové kódy

Add .editorconfig (#2518)

pull/2527/head
Alex Hedges před 1 rokem
odevzdal GitHub
rodič
revize
c162dcd932
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. +11
    -0
      .editorconfig

+ 11
- 0
.editorconfig Zobrazit soubor

@ -0,0 +1,11 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab
indent_size = unset # Allow user-defined tab width

Načítá se…
Zrušit
Uložit