Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krishna Vinnakota
CSEP551
79bc8be8de903ff69deb01a3945e52effda5436d
CSEP551
.dir-locals.el
Find file
Normal view
History
Permalink
.dir-locals.el
86 B
Newer
Older
Setting indent-tabs-mode nil everywhere is dangerous
Austin Clements
committed
13 years ago
1
2
((
c-mode
(
indent-tabs-mode
.
nil
)
dir-locals.el to set style in Emacs
Austin Clements
committed
13 years ago
3
4
(
c-file-style
.
"bsd"
)
(
c-basic-offset
.
2
)))