Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
10sr
/
dotfiles-mirror
espelho de
https://github.com/10sr/dotfiles.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Merge branch 'master' of github.com:10sr/dotfiles
pull/15/head
10sr
há 9 anos
ascendente
688dcf2a3d
9ffd5a2afb
cometimento
3be33338a2
2 ficheiros alterados
com
12 adições
e
4 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+10
-4
.editorconfig
+2
-0
win/.editorconfig
+ 10
- 4
.editorconfig
Ver ficheiro
@@ -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 ficheiro
@@ -0,0 +1,2 @@
[*]
end_of_line = crlf
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar