-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4370d34
commit ce046cd
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
ce046cd
There was a problem hiding this comment.
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
ce046cd
There was a problem hiding this comment.
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