<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="213597" data-post-id="213597">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="keathley" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/keathley/120/2652_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  keathley
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I don’t use it on any of my open source projects because the formatter writes less readable code than what I write and I’m the primary person who has to read that code. But I use it at work simply because everyone else tends to like it. So I just go with the flow.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213597" data-batch-url="/posts/batch_likers">
                        5
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-213597" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213597"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="213624" data-post-id="213624">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Why not go all the way? <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"> Have that in your <code>aliases</code> section of <code>mix.exs</code>:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">      check: [
        "compile --warnings-as-errors",
        "format --check-formatted",
        "credo --strict",
        "coveralls.html",
        "dialyzer --format short"
      ]
</code></pre>
<p>Then just run <code>mix check</code> and voila, you almost have locally running CI.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213624" data-batch-url="/posts/batch_likers">
                        17
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-213624" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213624"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-most-liked cat-most-liked" title="One of the top 3 liked posts in this thread!"></div>
  </section>
</div>
    <div class="postbit" id="213628" data-post-id="213628">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="kelvinst" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/kelvinst/120/10173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  kelvinst
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I do use it everywhere. In the beginning I didn’t like some of the decisions, but really, I stopped discussing about code style preferences a while ago by just blindingly accepting whatever is accepted by most of the community. Having a default formatter is really a nail in the coffin for those discussions for me. After some time, you either learn to write code in a way that the formatter is going to make it look good enough for you, or get used to the style enforced by it.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213628" data-batch-url="/posts/batch_likers">
                        7
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-213628" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213628"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #13"></div>
  </section>
</div>
    <div class="postbit" id="213666" data-post-id="213666">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="wmnnd" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/wmnnd/120/4985_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  wmnnd
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I find that using the formatter just lightens your mental load while coding with Elixir.</p>
<p>As programmers, we can be tempted to obsess about every little detail in our code. Under normal circumstances, the appearance/formatting is one such detail - and mix.format simply takes care of that aspect. And I for one always welcome an opportunity to do less bikeshedding <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213666" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/15">Post #14</a>
	                </div>
	            </div>
              <div id="likers-container-213666" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213666"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #14"></div>
  </section>
</div>
    <div class="postbit" id="213668" data-post-id="213668">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="paulanthonywilson" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/paulanthonywilson/120/30478_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  paulanthonywilson
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I am not fond of some of the defaults - <a class="mention" href="/u/overminddl1" rel="nofollow">@OvermindDL1</a> mentioned trailing commas - but I’m ok with those(*). I love being able to type something really untidily and have the computer fix it up.</p>
<p>I’ve format-on-save on VS Code. It doesn’t format on autosave (though maybe that’s on option that I’ve not noticed?) and also occasionally flakes out. To cover this I have an alias which I use in place of <code>mix test</code></p>
<pre data-code-wrap="sh"><code class="lang-sh">alias mtest='mix format &amp;&amp; mix test'
</code></pre>
<p>((*) In contrast to the popular Ruby linter, <a href="https://rubocop.org" rel="noopener nofollow ugc">RuboCop</a>, which has a set of defaults which infuriate me every time I have to deal with them. <code>mix format</code> and <code>mix credo</code> fmw).</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213668" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/16">Post #15</a>
	                </div>
	            </div>
              <div id="likers-container-213668" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213668"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #15"></div>
  </section>
</div>
    <div class="postbit" id="213671" data-post-id="213671">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="patrickdm" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/patrickdm/120/7579_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  patrickdm
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="kelvinst" data-post="14" data-topic="39638">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/kelvinst/48/10173_2.png" class="avatar"> kelvinst:</div>
<blockquote>
<p>either learn to write code in a way that the formatter is going to make it look good enough for you</p>
</blockquote>
</aside>
<p>.. interesting observation.<br>
Now I’m asking myself if that it implies that I developed some kind of preferences for specifics type of constructs vs others, depending on the visual results of the formatter doing its job and some subtle aesthetic taste of mine… <img src="https://forum.elixirforum.com/images/emoji/apple/thinking.png?v=15" title=":thinking:" class="emoji" alt=":thinking:" loading="lazy" width="20" height="20"> .. like the little use I make of <code>with</code> despite the extent I like its purpose…</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213671" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/17">Post #16</a>
	                </div>
	            </div>
              <div id="likers-container-213671" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213671"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #16"></div>
  </section>
</div>
    <div class="postbit" id="213692" data-post-id="213692">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="tensiondriven" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/tensiondriven/120/15423_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  tensiondriven
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/papillon6814" rel="nofollow">@Papillon6814</a> I generally agree with what others have said; using a formatter is of benefit to others who read your code and generally good for the community.  The benefit of standardization, for me, outweighs the need for personal preferences.</p>
<p>I believe there’s a way to disable the formatter for certain blocks of code in specific cases where you really want to do something nonstandard… I’ve done this with CSS linters, but I don’t know how to do it in Elixir-ls specifically.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213692" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/18">Post #17</a>
	                </div>
	            </div>
              <div id="likers-container-213692" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213692"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #17"></div>
  </section>
</div>
    <div class="postbit" id="213698" data-post-id="213698">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="chouzar" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/chouzar/120/36037_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  chouzar
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>For personal projects I usually avoid it, I usually end up having blocks of code that grow too large in width and sometimes the formatter ends up indenting these in ways that make them less parsable.</p>
<p>There’s this excellent article by Brian Marick which talks about the value of tabular code:</p><aside class="onebox allowlistedgeneric" data-onebox-src="https://www.crustofcode.com/two-formats-for-tabular-elixir-tests/">
  <header class="source">

      <a href="https://www.crustofcode.com/two-formats-for-tabular-elixir-tests/" target="_blank" rel="noopener nofollow ugc" title="08:32PM - 17 April 2021">A crust of code – 17 Apr 21</a>
  </header>

  <article class="onebox-body">
    <div class="aspect-image" style="--aspect-ratio:690/162;"><img src="https://storage.ghost.io/c/5d/df/5ddff31c-3be1-426b-8403-640b63a3eed4/content/images/2021/04/Screen-Shot-2021-04-16-at-5.56.27-PM.png" class="thumbnail" alt="" width="690" height="162"></div>

<h3><a href="https://www.crustofcode.com/two-formats-for-tabular-elixir-tests/" target="_blank" rel="noopener nofollow ugc">Tabular tests in Elixir</a></h3>

  <p>I recently read Aleksandr Skobelev [https://twitter.com/ilowry]'s nice 
"Fundamentals of Optimal Code Style." [https://optimal-codestyle.github.io/] I
like that he uses principles of human perception – how the eye tracks things,
how humans read – to...</p>


  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>
 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213698" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/19">Post #18</a>
	                </div>
	            </div>
              <div id="likers-container-213698" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213698"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #18"></div>
  </section>
</div>
    <div class="postbit" id="213699" data-post-id="213699">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Sebb" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Sebb/120/21818_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Sebb
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I love tabular code.</p>
<p>This</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">  defp decode(addr_t(:ind), _dest, data) do
    case data do
      &lt;&lt;0::6, data::bits&gt;&gt;            -&gt; {:t_data_ind, nil, data}
      &lt;&lt;0b01::2, seq::4, data::bits&gt;&gt; -&gt; {:t_data_con, seq, data}
      &lt;&lt;0b1000_0000::8&gt;&gt;              -&gt; {:t_connect, nil, &lt;&lt;&gt;&gt;}
      &lt;&lt;0b1000_0001::8&gt;&gt;              -&gt; {:t_discon, nil, &lt;&lt;&gt;&gt;}
      &lt;&lt;0b11::2, seq::4, 0b10::2&gt;&gt;    -&gt; {:t_ack, seq, &lt;&lt;&gt;&gt;}
      &lt;&lt;0b11::2, seq::4, 0b11::2&gt;&gt;    -&gt; {:t_nak, seq, &lt;&lt;&gt;&gt;}
      _                               -&gt; {:error, :invalid_tpci}
    end
  end
</code></pre>
<p>for me, is just way more readable than</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">
  defp decode(addr_t(:ind), _dest, data) do
    case data do
      &lt;&lt;0::6, data::bits&gt;&gt; -&gt; {:t_data_ind, nil, data}
      &lt;&lt;0b01::2, seq::4, data::bits&gt;&gt; -&gt; {:t_data_con, seq, data}
      &lt;&lt;0b1000_0000::8&gt;&gt; -&gt; {:t_connect, nil, &lt;&lt;&gt;&gt;}
      &lt;&lt;0b1000_0001::8&gt;&gt; -&gt; {:t_discon, nil, &lt;&lt;&gt;&gt;}
      &lt;&lt;0b11::2, seq::4, 0b10::2&gt;&gt; -&gt; {:t_ack, seq, &lt;&lt;&gt;&gt;}
      &lt;&lt;0b11::2, seq::4, 0b11::2&gt;&gt; -&gt; {:t_nak, seq, &lt;&lt;&gt;&gt;}
      _ -&gt; {:error, :invalid_tpci}
    end
  end
</code></pre>
<p>but I know, that most people don’t like it, so it will never be possible to format Elixir-code like that. And that is a good thing. It’s important to have a common code style everyone can read. So I keep formatting my C files in crazy ways, because in C, everybody complains about your style anyway and there will never be any agreement.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213699" data-batch-url="/posts/batch_likers">
                        11
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/20">Post #19</a>
	                </div>
	            </div>
              <div id="likers-container-213699" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213699"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #19"></div>
  </section>
</div>
    <div class="postbit" id="213700" data-post-id="213700">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="OvermindDL1" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/OvermindDL1/120/2677_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  OvermindDL1
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="tensiondriven" data-post="18" data-topic="39638">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/tensiondriven/48/15423_2.png" class="avatar"> tensiondriven:</div>
<blockquote>
<p>I believe there’s a way to disable the formatter for certain blocks of code in specific cases where you really want to do something nonstandard… I’ve done this with CSS linters, but I don’t know how to do it in Elixir-ls specifically.</p>
</blockquote>
</aside>
<p>Elixir’s formatter is specifically designed to not allow that, which yes is irritating, but I’ve worked around it by putting some things in strings and then just extracting it at compile-time, a bit wtfery when someone looks at the code but it’s better than my finely crafted math tables getting screwed up, lol.</p>
<aside class="quote no-group" data-username="Sebb" data-post="20" data-topic="39638">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sebb/48/21818_2.png" class="avatar"> Sebb:</div>
<blockquote>
<p>I love tabular code.</p>
</blockquote>
</aside>
<p>Entirely agree with you!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="213700" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-use-formatter-in-your-elixir-project/39638/21">Post #20</a>
	                </div>
	            </div>
              <div id="likers-container-213700" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="213700"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #20"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/39638/load_more?page=3">Load more posts (21 remaining)</a>
</div></template></turbo-stream>