Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add .editorconfig
Used indent settings based on current use in the HTML/CSS.
Included `insert_final_newline = true` so most changes in this
commit are just that extra newline being added.
  • Loading branch information
gRegorLove committed Dec 15, 2022
commit b55c2388f457bf02b6dd73a4bac73a11805b16f5
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[*]
charset = utf-8
insert_final_newline = true

[*.{html,css}]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true

2 changes: 1 addition & 1 deletion public/assets/css/bootstrap-grid.css

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

2 changes: 1 addition & 1 deletion public/assets/css/bootstrap-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/css/bootstrap-reboot.css

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

2 changes: 1 addition & 1 deletion public/assets/css/bootstrap-reboot.min.css

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

2 changes: 1 addition & 1 deletion public/assets/css/bootstrap.css

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

2 changes: 1 addition & 1 deletion public/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ section .example-heading {

#in-the-wild img {
max-height: 180px
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,4 @@ <h2>More information</h2>

</body>

</html>
</html>