-
Updated
Jun 2, 2020 - JavaScript
indentation
Here are 111 public repositories matching this topic...
-
Updated
Mar 3, 2020 - Vim script
-
Updated
Aug 27, 2019 - Vim script
-
Updated
Jun 1, 2020 - TypeScript
$test = @{ "First Name" = "Bob"; "Last Name" = "Smith" }
Write-Host "First Name : " $test."First Name"
Write-Host "Last Name : " $test."Last Name"
gets changed to
$test = @{ "First Name" = "Bob"; "Last Name" = "Smith" }
Write-Host "First Name : " $test. "First Name"
Write-Host "Last Name : " $test. "Last Name"
it puts a space between $test. and "First Name"/"Last Name".
-
Updated
Jun 7, 2019 - Python
How to reproduce:
-
Netbeans formatting: 4 space
-
.editorconfig:
[*]
indent_style = space
indent_size = 2
Current result:
pressing tab results in 4 spaces
Expected result:
pressing tab results in 2 spaces
-
Updated
Jun 5, 2020 - C++
-
Updated
Feb 1, 2020 - JavaScript
-
Updated
May 26, 2020 - Vim script
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
May 2, 2020 - Vim script
-
Updated
Oct 28, 2018 - Vim script
-
Updated
Feb 28, 2017 - JavaScript
The docs state that you can import with the library like: import {indent} form 'indent.js', but that yields undefined. It should be import indent from 'indent.js'
-
Updated
Jan 10, 2017 - JavaScript
-
Updated
May 10, 2020 - TypeScript
-
Updated
Jun 5, 2020 - Kotlin
-
Updated
Nov 6, 2016 - Vim script
-
Updated
Sep 11, 2016 - JavaScript
-
Updated
Sep 2, 2019
-
Updated
Apr 23, 2017 - JavaScript
-
Updated
May 1, 2020 - Python
Improve this page
Add a description, image, and links to the indentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the indentation topic, visit your repo's landing page and select "manage topics."
Justification
As a convenience to aid support issues, the "friendly" name of the Windows installation should be looked up from the raw version number.
Description
Currently, the RD logs OS version shows as a raw number, e.g.
Operating System: Microsoft Windows NT 6.2.9200.0 x64Whilst this is technically correct, it's not particular