akalongman / akalongman/sublimetext-codeformatter

Spaces after class declaration

Đang mở
#415 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
772
Fork
128
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

I have a class declaration like:
class Company extends Model implements
Class1,
Class2,
ReallyLongClassNameThatPushesMeOverLineLimitClass3
{

If I put all the "implements" names on one line, I get flagged for a line length violation in PHP code checkers. I have format_on_save = true, in codeformatter_php_options.

When I save, the spaces are automatically removed in front of the class names, causing a code formatting violation in the code checker. Is this a bug, or is there some setting I can add so that these spaces will be retained and code will stay in the proper format?

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.