pull/144/head
Henrique Dias 2017-03-25 18:32:31 +00:00
parent 976e2cb9bc
commit 205021362b
2 changed files with 0 additions and 25 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "_embed"]
path = _embed
url = https://github.com/hacdias/journal

View File

@ -1,22 +0,0 @@
{
"html": {
"brace_style": "collapse",
"indent_scripts": "normal",
"max_preserve_newlines": 1,
"preserve_newlines": true,
"unformatted": ["a", "sub", "sup", "b", "i", "u"],
"wrap_line_length": 0
},
"css": {
"end_with_newline": false,
"newline_between_rules": true,
"selector_separator": " ",
"selector_separator_newline": true
},
"js": {
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 2,
"jslint_happy": true
}
}