Skip to content

Instantly share code, notes, and snippets.

View thiagobraddock's full-sized avatar
😷
QUARENTENA

Thiago "BRADDOCK" Oliveira thiagobraddock

😷
QUARENTENA
View GitHub Profile
root = true
[*.{js,css,php,html}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
** Ir em C:\xampp\apache\conf\extra **
<VirtualHost *:80>
ServerAdmin webmaster@local.projeto.com
DocumentRoot "C:/xampp/htdocs/mvc"
ServerName local.mvc.com
ErrorLog "logs/local.projeto.com-error.log"
CustomLog "logs/local.projeto.com--access.log" common
</VirtualHost>
"dart.flutterCreateOrganization": "com.<your_domain>"