Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
anoopmb
/
charts
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
18
Wiki
Atividade
Ver código fonte
chore: add editorconfig
pull/388/head
Ankush Menat
2 anos atrás
pai
46191e7a53
commit
5ea1d33fdf
1 arquivos alterados
com
14 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+14
-0
.editorconfig
+ 14
- 0
.editorconfig
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar