Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
ZIH
hpcsupport
hpc-compendium
Merge requests
!1
Update .editorconfig
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update .editorconfig
editorconfig
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Martin Schroschk
requested to merge
editorconfig
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Is it a good idea?
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b4bd8660
1 commit,
3 years ago
1 file
+
28
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.editorconfig
0 → 100644
+
28
−
0
Options
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{md,js,py}]
charset = utf-8
# 4 space indentation
[*.{md,py}]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
# Indentation override for all JS under lib directory
[lib/**.js]
indent_style = space
indent_size = 2
Loading