"> supports-preserve-symlinks-flag 30f7226d9a first commit il y a 3 ans tailwind-color-palette 30f7226d9a first commit il y a 3 ans tailwindcss 30f7226d9a first commit il y a 3 ans thenify 30f7226d9a first commit il y a 3 ans thenify-all 30f7226d9a first commit il y a 3 ans to-regex-range 30f7226d9a first commit il y a 3 ans tr46 30f7226d9a first commit il y a 3 ans ts-interface-checker 30f7226d9a first commit il y a 3 ans uglify-js 30f7226d9a first commit il y a 3 ans underscore 30f7226d9a first commit il y a 3 ans upper-case 30f7226d9a first commit il y a 3 ans util-deprecate 30f7226d9a first commit il y a 3 ans valid-data-url 30f7226d9a first commit il y a 3 ans web-resource-inliner 30f7226d9a first commit il y a 3 ans webidl-conversions 30f7226d9a first commit il y a 3 ans whatwg-url 30f7226d9a first commit il y a 3 ans wrap-ansi 30f7226d9a first commit il y a 3 ans wrappy 30f7226d9a first commit il y a 3 ans y18n 30f7226d9a first commit il y a 3 ans yallist 30f7226d9a first commit il y a 3 ans yaml 30f7226d9a first commit il y a 3 ans yargs 30f7226d9a first commit il y a 3 ans yargs-parser 30f7226d9a first commit il y a 3 ans .yarn-integrity 30f7226d9a first commit il y a 3 ans golf/tge - Gogs: Simplico Git Service

Nav apraksta

.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