mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Add editorconfig.
This commit is contained in:
parent
7efd16a6e3
commit
f3e448f420
3 changed files with 31 additions and 6 deletions
20
.editorconfig
Normal file
20
.editorconfig
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# http://EditorConfig.org
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
|
||||||
|
[{package.json,.travis.yml}]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
|
||||||
|
[{*.md,*.jade}]
|
||||||
|
trim_trailing_whitespace = false
|
|
@ -2,6 +2,11 @@
|
||||||
**h5ai** uses [semantic versioning](http://semver.org/).
|
**h5ai** uses [semantic versioning](http://semver.org/).
|
||||||
|
|
||||||
|
|
||||||
|
## develop
|
||||||
|
|
||||||
|
* adds editorconfig
|
||||||
|
|
||||||
|
|
||||||
## v0.26.1 - *2014-08-17*
|
## v0.26.1 - *2014-08-17*
|
||||||
|
|
||||||
* fixes links
|
* fixes links
|
||||||
|
|
12
README.md
12
README.md
|
@ -1,9 +1,9 @@
|
||||||
# h5ai
|
# h5ai
|
||||||
|
|
||||||
[![license][license-img]][gh] [![web][web-img]][web] [![github][gh-img]][gh]
|
[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github]
|
||||||
|
|
||||||
A modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee.
|
A modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee.
|
||||||
For bug reports and feature requests please use [issues][gh-issues].
|
For bug reports and feature requests please use [issues][github-issues].
|
||||||
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
@ -58,7 +58,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
**h5ai** profits from these great projects:
|
**h5ai** profits from these great projects:
|
||||||
[GNOME Symbolic Icons](https://github.com/GNOME/gnome-icon-theme-symbolic) (CC BY-SA 3.0),
|
[GNOME Symbolic Icons](https://github.com/GNOME/gnome-icon-theme-symbolic) (CC BY-SA 3.0),
|
||||||
[HTML5 ★ Boilerplate](http://html5boilerplate.com) (MIT),
|
[HTML5 ★ Boilerplate](http://html5boilerplate.com) (MIT),
|
||||||
[jQuery](http://jquery.com) (MIT),
|
[jQuery](http://jquery.com) (MIT),
|
||||||
|
@ -75,12 +75,12 @@ THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
[web]: http://larsjung.de/h5ai/
|
[web]: http://larsjung.de/h5ai/
|
||||||
[gh]: https://github.com/lrsjng/h5ai
|
[github]: https://github.com/lrsjng/h5ai
|
||||||
[gh-issues]: https://github.com/lrsjng/h5ai/issues
|
[github-issues]: https://github.com/lrsjng/h5ai/issues
|
||||||
[release]: http://release.larsjung.de/h5ai/
|
[release]: http://release.larsjung.de/h5ai/
|
||||||
[develop]: http://release.larsjung.de/h5ai/develop/
|
[develop]: http://release.larsjung.de/h5ai/develop/
|
||||||
[fquery]: http://larsjung.de/fquery/
|
[fquery]: http://larsjung.de/fquery/
|
||||||
|
|
||||||
[license-img]: http://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square
|
[license-img]: http://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square
|
||||||
[web-img]: http://img.shields.io/badge/web-larsjung.de/h5ai-a0a060.svg?style=flat-square
|
[web-img]: http://img.shields.io/badge/web-larsjung.de/h5ai-a0a060.svg?style=flat-square
|
||||||
[gh-img]: http://img.shields.io/badge/github-lrsjng/h5ai-a0a060.svg?style=flat-square
|
[github-img]: http://img.shields.io/badge/github-lrsjng/h5ai-a0a060.svg?style=flat-square
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue