Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
10sr
/
dotfiles-mirror
espelhamento de
https://github.com/10sr/dotfiles.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Merge branch 'master' of github.com:10sr/dotfiles
pull/15/head
10sr
9 anos atrás
pai
688dcf2a3d
9ffd5a2afb
commit
3be33338a2
2 arquivos alterados
com
12 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+10
-4
.editorconfig
+2
-0
win/.editorconfig
+ 10
- 4
.editorconfig
Ver arquivo
@@ -1,10 +1,16 @@
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
max_line_length = 80
[*.js]
indent_size = 2
indent_style = space
[*.c]
indent_size = 4
+ 2
- 0
win/.editorconfig
Ver arquivo
@@ -0,0 +1,2 @@
[*]
end_of_line = crlf
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar