Procházet zdrojové kódy

chore: add editorconfig

pull/388/head
Ankush Menat před 2 roky
rodič
revize
5ea1d33fdf
1 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. +14
    -0
      .editorconfig

+ 14
- 0
.editorconfig Zobrazit soubor

@@ -0,0 +1,14 @@
# Root editor config file
root = true

# Common settings
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

# indentation settings
[{*.js,*.css,*.html}]
indent_style = tab
indent_size = 4

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