Skip to content

Commit

Permalink
Merge pull request #87 from andy840119/add-markdown-config
Browse files Browse the repository at this point in the history
Sync file config from the osu-wiki
  • Loading branch information
andy840119 authored Jun 14, 2023
2 parents 91116e9 + ab2529c commit ad71789
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* text=auto
*.md text eol=lf

# Fixes languages listing on GitHub
content/**/*.md linguist-detectable
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ Desktop.ini
$RECYCLE.BIN/

# OSX
.DS_Store
.DS_Store

# local vscode config files
.vscode

# local jetbrain config files
.idea

0 comments on commit ad71789

Please sign in to comment.