Skip to content

Commit

Permalink
Allow only 2 spaces, 4 spaces or tab for indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Dec 17, 2018
1 parent 1826007 commit 9eb0d38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,8 @@ <h5 class="modal-title">Save</h5>
<label for="pcs-save-indent" class="col-3 col-form-label">Indent</label>
<div class="col-9">
<select id="pcs-save-indent" class="form-control">
<option value=" ">1 space</option>
<option value=" ">2 spaces</option>
<option value=" ">3 spaces</option>
<option value=" ">4 spaces</option>
<option value=" ">5 spaces</option>
<option value=" ">6 spaces</option>
<option value=" ">7 spaces</option>
<option value=" ">8 spaces</option>
<option value="\t">tab</option>
</select>
</div>
Expand Down

0 comments on commit 9eb0d38

Please sign in to comment.