Skip to content

Commit

Permalink
Adicionando suporte ao Editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsilverio authored Sep 7, 2018
1 parent 4370d34 commit ce046cd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Suporte ao plugin editorconfig
# No site oficial tem a lista dos editores compativeis para baixar e os que já tem inclusos por padrão
# https://editorconfig.org/#download

root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.{pm,sh,md,yml}]
charset = utf-8

[*.ps1]
charset = iso-8859-1

2 comments on commit ce046cd

@Nipodemos
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bem legal, to lendo aqui sobre oq é isso
basicamente é pra manter o estilo de código em todos os editores e até no github né?

nossa finalmente, sempre achei bizarro o tab de tamanho 8 que é padrão aqui no github

@vitorsilverio
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tem uma lista de varios editores compativeis por padrão e quais precisam baixar plugins

Please sign in to comment.