Skip to content

Commit

Permalink
🎨 Up
Browse files Browse the repository at this point in the history
  • Loading branch information
19h47 committed Feb 25, 2020
1 parent cca04ac commit c63804e
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 69 deletions.
28 changes: 28 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
max_line_length = 100

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[{*.txt,wp-config-sample.php}]
end_of_line = crlf

[*.csv]
insert_final_newline = false
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="my-5">
<button type="button" class="nav-link" role="tab" aria-selected="false" aria-controls="project-tab" id="project" tabindex="-1">Project</button>
</li>
<li class="nav-item">
<button type="button" class="nav-link" role="tab" aria-selected="false" aria-controls="contact-tab" id="contact" tabindex="-1" data-deletable="">Contact</button>
<button type="button" class="nav-link" role="tab" aria-selected="false" aria-controls="contact-tab" id="contact" tabindex="-1" data-deletable="true">Contact</button>
</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="my-5">
<button type="button" class="nav-link" role="tab" aria-selected="false" aria-controls="project-tab" id="project" tabindex="-1">Project</button>
</li>
<li class="nav-item">
<button type="button" class="nav-link" role="tab" aria-selected="false" aria-controls="contact-tab" id="contact" tabindex="-1" data-deletable="">Contact</button>
<button type="button" class="nav-link" role="tab" aria-selected="false" aria-controls="contact-tab" id="contact" tabindex="-1" data-deletable="true">Contact</button>
</li>
</ul>

Expand Down
Loading

0 comments on commit c63804e

Please sign in to comment.