Moving from tabs to spaces

This commit is contained in:
Vadim Makeev 2018-08-24 11:48:59 +03:00
parent 9879ceb6c2
commit bce8d326e5
5 changed files with 427 additions and 430 deletions

View File

@ -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

View File

@ -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>