[GH-ISSUE #1369] vim settings #732

Closed
opened 2026-03-04 01:48:17 +03:00 by kerem · 1 comment
Owner

Originally created by @gaul on GitHub (Aug 18, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1369

Currently most files have the trailer:

/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noet sw=4 ts=4 fdm=marker
* vim<600: noet sw=4 ts=4
*/ 

This seems incorrect, shouldn't the sw and ts be 2? And also set expandtab?

Originally created by @gaul on GitHub (Aug 18, 2020). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1369 Currently most files have the trailer: ``` /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ ``` This seems incorrect, shouldn't the sw and ts be 2? And also set expandtab?
kerem closed this issue 2026-03-04 01:48:17 +03:00
Author
Owner

@ggtakec commented on GitHub (Aug 19, 2020):

@gaul Thanks, as you pointed out, this is wrong.
#1370 will be merged.
And there is another issue I would like you to consider together after this POST.

<!-- gh-comment-id:676365894 --> @ggtakec commented on GitHub (Aug 19, 2020): @gaul Thanks, as you pointed out, this is wrong. #1370 will be merged. And there is another issue I would like you to consider together after this POST.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#732
No description provided.