Moving from tabs to spaces
This commit is contained in:
parent
9879ceb6c2
commit
bce8d326e5
|
@ -1,14 +1,12 @@
|
||||||
# EditorConfig is awesome: http://EditorConfig.org
|
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = tab
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
[{bower.json,package.json,.travis.yml}]
|
[{*.json,*.yml,*.toml}]
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
|
@ -399,4 +399,3 @@ When neccessary to add some notes for slide, you may use `footer` class, that hi
|
||||||
<p>Cosby sweater Shoreditch.</p>
|
<p>Cosby sweater Shoreditch.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue