File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -336,8 +336,8 @@ is *how* this indentation of 4 columns is achieved. It may be 4 consequent space
336
336
a single tab with width equal to 4, or two tabs with width equal to 2.
337
337
338
338
This is when ``indent_style `` comes into picture. It specifies what character should be used **whenever possible ** in order to
339
- achieve the indentation size specified in ``indent_size ``. To fully understand what "whenever possible" actually means, lets
340
- assume that the editorconfig rules are specified for the file above:
339
+ achieve the indentation size specified in ``indent_size ``. To fully understand what "whenever possible" actually means, let's
340
+ consider the following EditorConfig file living in the same directory as the file above:
341
341
342
342
.. code-block :: ini
343
343
@@ -353,7 +353,7 @@ indented with one tab, and one space**. That is because by placing one tab we're
353
353
placing the 2 consequent tabs we're overreaching. Therefore, although ``indent_style `` is ``tab ``, we still have to supplement
354
354
with one space character to fulfill the requirement.
355
355
356
- For another example, if we have the following EditorConfig rules defined :
356
+ For another example, if we have the following EditorConfig file :
357
357
358
358
.. code-block :: ini
359
359
You can’t perform that action at this time.
0 commit comments