Guest User

Untitled

a guest
Jan 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. {
  2. "folders":
  3. [
  4. {
  5. "path": "./common",
  6. "folder_exclude_patterns": ["3rdparty"]
  7. },
  8. {
  9. "path": "./includes",
  10. "folder_exclude_patterns": ["3rdparty"]
  11. },
  12. {
  13. "path": "./javascript"
  14. },
  15. {
  16. "path": "./templates"
  17. },
  18. {
  19. "path": "./stylesheets"
  20. },
  21. {
  22. "path": "./phpunit"
  23. },
  24. {
  25. "path": "./tools"
  26. },
  27. {
  28. "path": "./user"
  29. },
  30. {
  31. "path": "./shared",
  32. "folder_exclude_patterns": ["statics", "images", "sound"]
  33. }
  34. ],
  35. "settings":
  36. {
  37. "tab_size": 2
  38. }
  39. }
Add Comment
Please, Sign In to add comment