This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
added editorconfig config file
pull/3120/head
Tobias Diekershoff
4 years ago
parent
d61a4a67db
commit
0342f559c1
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.editorconfig
+ 10
- 0
.editorconfig
View File
@ -0,0 +1,10 @@
# editorconfig tool configuration
# see http://editorconfig.org for docs
root
=
true
[*]
charset
=
utf-8
end_of_line
=
lf
trim_trailing_whitespaces
=
true
indent_style
=
tab
Write
Preview
Loading…
Cancel
Save