92ae4370cd config 3 年之前 ms-default-filters.php 92ae4370cd config 3 年之前 ms-deprecated.php 92ae4370cd config 3 年之前 ms-files.php 92ae4370cd config 3 年之前 ms-functions.php 92ae4370cd config 3 年之前 ms-load.php 92ae4370cd config 3 年之前 ms-network.php 92ae4370cd config 3 年之前 ms-settings.php d01d7cf85d first commit 4 年之前 ms-site.php 92ae4370cd config 3 年之前 nav-menu-template.php 92ae4370cd config 3 年之前 nav-menu.php 92ae4370cd config 3 年之前 option.php 92ae4370cd config 3 年之前 pluggable-deprecated.php d01d7cf85d first commit 4 年之前 pluggable.php 92ae4370cd config 3 年之前 plugin.php 92ae4370cd config 3 年之前 post-formats.php d01d7cf85d first commit 4 年之前 post-template.php 92ae4370cd config 3 年之前 post-thumbnail-template.php 92ae4370cd config 3 年之前 post.php 92ae4370cd config 3 年之前 query.php d01d7cf85d first commit 4 年之前 registration-functions.php d01d7cf85d first commit 4 年之前 registration.php d01d7cf85d first commit 4 年之前 rest-api.php 92ae4370cd config 3 年之前 revision.php 92ae4370cd config 3 年之前 rewrite.php 92ae4370cd config 3 年之前 robots-template.php 92ae4370cd config 3 年之前 rss-functions.php d01d7cf85d first commit 4 年之前 rss.php 92ae4370cd config 3 年之前 script-loader.php 92ae4370cd config 3 年之前 session.php d01d7cf85d first commit 4 年之前 shortcodes.php d01d7cf85d first commit 4 年之前 sitemaps.php d01d7cf85d first commit 4 年之前 spl-autoload-compat.php d01d7cf85d first commit 4 年之前 taxonomy.php 92ae4370cd config 3 年之前 template-canvas.php 92ae4370cd config 3 年之前 template-loader.php d01d7cf85d first commit 4 年之前 template.php d01d7cf85d first commit 4 年之前 theme-i18n.json 92ae4370cd config 3 年之前 theme-templates.php 92ae4370cd config 3 年之前 theme.json 92ae4370cd config 3 年之前 theme.php 92ae4370cd config 3 年之前 update.php 92ae4370cd config 3 年之前 user.php 92ae4370cd config 3 年之前 vars.php 92ae4370cd config 3 年之前 version.php 92ae4370cd config 3 年之前 widgets.php 92ae4370cd config 3 年之前 wlwmanifest.xml d01d7cf85d first commit 4 年之前 wp-db.php 92ae4370cd config 3 年之前 wp-diff.php d01d7cf85d first commit 4 年之前 tum/tmt_learning - Gogs: Simplico Git Service

Bez popisu

.editorconfig 605B

1234567891011121314151617181920212223242526272829303132333435363738
  1. root = true
  2. [*]
  3. indent_style = space
  4. indent_size = 2
  5. end_of_line = lf
  6. charset = utf-8
  7. trim_trailing_whitespace = true
  8. insert_final_newline = true
  9. max_line_length = 200
  10. [*.js]
  11. block_comment_start = /*
  12. block_comment = *
  13. block_comment_end = */
  14. [*.yml]
  15. indent_size = 1
  16. [package.json]
  17. indent_style = tab
  18. [lib/core.json]
  19. indent_style = tab
  20. [CHANGELOG.md]
  21. indent_style = space
  22. indent_size = 2
  23. [{*.json,Makefile}]
  24. max_line_length = off
  25. [test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]
  26. indent_style = off
  27. indent_size = off
  28. max_line_length = off
  29. insert_final_newline = off