Manuel Friedli
51d21d8ff6
- base: includes the main uhr.js plus de_CH - baselangs: includes all languages except de_CH - complete: includes uhr.js and all languages (existed before) - langs: includes all languages (existed before) - main: includes only uhr.js (existed before) - libs: includes required libs: jquery, jquery-ui (core + widget), jquery-cookie updated info/index.html
13 lines
214 B
INI
13 lines
214 B
INI
# http://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|