Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
10sr
/
dotfiles-mirror
peilaus alkaen
https://github.com/10sr/dotfiles.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
Update editorconfig
pull/15/head
10sr
9 vuotta sitten
vanhempi
c07b6d7926
commit
1f04abc84f
1 muutettua tiedostoa
jossa
6 lisäystä
ja
5 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-5
.editorconfig
+ 6
- 5
.editorconfig
Näytä tiedosto
@@ -1,10 +1,11 @@
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 4
end_of_line = lf
#charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.js]
indent_size = 2
indent_style = space
max_line_length = 80
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna