Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Merge requests
!63
Add a .editorconfig file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Add a .editorconfig file
jakobbotsch/stdpp:editorconfig
into
master
Overview
9
Commits
1
Pipelines
0
Changes
1
Closed
Jakob Botsch Nielsen
requested to merge
jakobbotsch/stdpp:editorconfig
into
master
6 years ago
Overview
9
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
08744044
Show latest version
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
08744044
Add a .editorconfig file
· 08744044
Jakob Botsch Nielsen
authored
6 years ago
.editorconfig
0 → 100644
+
10
−
0
Options
# editorconfig.org
# top-most EditorConfig file
root = true
[*]
insert_final_newline = true
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
Loading