mirror of
https://github.com/Mikaela/.github.git
synced 2024-11-01 01:09:23 +01:00
Compare commits
3 Commits
68c48457ac
...
476fed013d
Author | SHA1 | Date | |
---|---|---|---|
476fed013d | |||
24bc5f1241 | |||
86564d2350 |
12
.editorconfig
Normal file
12
.editorconfig
Normal file
@ -0,0 +1,12 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
|
||||
[*.{yaml,yml,cff}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
* text=auto
|
@ -1,6 +1,11 @@
|
||||
Contributions are welcomed assuming my repositories are the correct place
|
||||
for it (the target is my repository or a PR I have open to another repository).
|
||||
|
||||
In case [editorconfig](https://editorconfig.org/) isn't
|
||||
[natively supported by your editor of choice](https://editorconfig.org/#pre-installed),
|
||||
please consider [installing a plugin](https://editorconfig.org/#download).
|
||||
E.g. VS Cod{e,ium} users can `CTRL-P` and execute `ext install EditorConfig.EditorConfig`.
|
||||
|
||||
Issues being assigned to me doesn't matter, I use that just as a tool for
|
||||
rediscovering them easily, http://github.com/issues?q=is:open%20assignee:Mikaela
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user