Commit bce8d326 authored by Vadim Makeev's avatar Vadim Makeev

Moving from tabs to spaces

parent 9879ceb6
# 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 ...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment