Skip to content

Commit

Permalink
Merge pull request #109 from CodeMyst/fix/tab-size
Browse files Browse the repository at this point in the history
Using tab-size 4
  • Loading branch information
CodeMyst authored Feb 17, 2019
2 parents 4231f18 + 0421e27 commit b050eaf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/style/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions public/style/source/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ a
text-decoration: none;
}

pre
{
tab-size: 4;
-moz-tab-size: 4;
-o-tab-size: 4;
-webkit-tab-size: 4;
}

code
{
border: none;
Expand Down

0 comments on commit b050eaf

Please sign in to comment.