Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1f2a6493
Commit
1f2a6493
authored
Jun 15, 2020
by
Himanshu Kapoor
Committed by
Marcin Sedlak-Jakubowski
Jun 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for .editorconfig support
Add documentation for editorconfig support in the Web IDE
parent
0ea78687
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
doc/user/project/web_ide/index.md
doc/user/project/web_ide/index.md
+19
-0
No files found.
doc/user/project/web_ide/index.md
View file @
1f2a6493
...
...
@@ -57,6 +57,25 @@ which applies to the entire Web IDE screen.
|---------------------------------------------------------------|-----------------------------------------|
| !
[
Solarized Light Theme
](
img/solarized_light_theme_v13.0.png
)
| !
[
Dark Theme
](
img/dark_theme_v13.0.png
)
|
## Configure the Web IDE
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23352) in [GitLab Core](https://about.gitlab.com/pricing/) 13.1.
The Web IDE supports configuration of certain editor settings by using
[
`.editorconfig` files
](
https://editorconfig.org/
)
. When opening a file, the
Web IDE looks for a file named
`.editorconfig`
in the current directory
and all parent directories. If a configuration file is found and has settings
that match the file's path, these settings will be enforced on the opened file.
The Web IDE currently supports the following
`.editorconfig`
settings:
-
`indent_style`
-
`indent_size`
-
`end_of_line`
-
`trim_trailing_whitespace`
-
`tab_width`
-
`insert_final_newline`
## Commit changes
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/4539) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.4.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment