Guest User

Untitled

a guest
Jun 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. ### Section for configuring automatic properties.
  2. [auto-props]
  3. ### The format of the entries is:
  4. ### file-name-pattern = propname[=value][;propname[=value]...]
  5. ### The file-name-pattern can contain wildcards (such as '*' and
  6. ### '?'). All entries which match (case-insensitively) will be
  7. ### applied to the file. Note that auto-props functionality
  8. ### must be enabled, which is typically done by setting the
  9. ### 'enable-auto-props' option.
  10. # *.c = svn:eol-style=native
  11. # *.cpp = svn:eol-style=native
  12. # *.h = svn:eol-style=native
  13. # *.dsp = svn:eol-style=CRLF
  14. # *.dsw = svn:eol-style=CRLF
  15. # *.sh = svn:eol-style=native;svn:executable
  16. # *.txt = svn:eol-style=native
  17. # *.png = svn:mime-type=image/png
  18. # *.jpg = svn:mime-type=image/jpeg
  19. # Makefile = svn:eol-style=native
  20. *.js = svn:eol-style=native;svn:keywords=Id
  21. *.inc = svn:eol-style=native;svn:keywords=Id
  22. *.php = svn:eol-style=native;svn:keywords=Id
  23. *.info = svn:eol-style=native;svn:keywords=Id
  24. *.install = svn:eol-style=native;svn:keywords=Id
  25. *.module = svn:eol-style=native;svn:keywords=Id
  26. *.css = svn:eol-style=native;svn:keywords=Id
  27. *.engine = svn:eol-style=native;svn:keywords=Id
  28. *.sh= svn:eol-style=native;svn:keywords=Id
  29. *.pl = svn:eol-style=native;svn:keywords=Id
  30. *.txt = svn:eol-style=native;svn:keywords=Id
  31. *.theme = svn:eol-style=native;svn:keywords=Id
  32. *.test = svn:eol-style=native;svn:keywords=Id
Add Comment
Please, Sign In to add comment