https://github.com/Yelp/MOE
Raw File
Tip revision: b9bacd61f30163ca96a39355adcbf13482b3d4f6 authored by Scott Clark on 23 April 2014, 01:12:06 UTC
Updated sphinx theme, fixed cpp doc gen
Tip revision: b9bacd6
.gitattributes
# Ensure that code filetypes are indented with spaces, not tabs
*.py    filter=spabs
*.yaml  filter=spabs
*.json  filter=spabs
*.css   filter=spabs
*.scss  filter=spabs
*.tmpl  filter=spabs
*.mako  filter=spabs
*.js    filter=spabs
*.sql   filter=spabs
*.java  filter=spabs
*.jsp   filter=spabs
*.pyx   filter=spabs
*.pxi   filter=spabs
*.sh    filter=spabs
*.txt   filter=spabs
*.md    filter=spabs
*.rst   filter=spabs
*.html  filter=spabs
*.htm   filter=spabs
*.shtml filter=spabs
*.xml   filter=spabs
*.xsl   filter=spabs
*.xsd   filter=spabs
*.thrift filter=spabs
*.c     filter=spabs
*.cpp   filter=spabs
*.h     filter=spabs
*.hpp   filter=spabs
back to top