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
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
|
||||
[{bower.json,package.json,.travis.yml}]
|
||||
indent_style = space
|
||||
[{*.json,*.yml,*.toml}]
|
||||
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>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue